home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / frame_21 / DoAction.as
Text File  |  2012-01-07  |  357b  |  16 lines

  1. stop();
  2. bonus = 999;
  3. bullets = false;
  4. bullettime = 1;
  5. Crash = new Sound();
  6. Crash.attachSound("Crash");
  7. Shoot = new Sound();
  8. Shoot.attachSound("Shoot");
  9. Thrust = new Sound();
  10. Thrust.attachSound("Thrust");
  11. showlevel.newlevel = "Level " + Level;
  12. land.nextFrame();
  13. land.bg.nextFrame();
  14. ship._x = land.spad._x + 277;
  15. ship._y = land.spad._y + 208;
  16.